@charset "utf-8";

/*reset*/
body{width:100%; height:100%; overflow-x:hidden; overflow-y:scroll; color:#d6d20d; font:75%/1.8 'Microsoft Yahei',Arial,sans-serif;}
 @media (max-width: 1300px){
   body{ overflow-x:scroll;}
   }
input,textarea{margin:0;padding:0;outline:0;border:0;background:0 0;vertical-align:middle;}
html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul,dl,menu{list-style-type:none;}
img{max-width:100%;border:0;vertical-align:top;}
a{outline:0;color:#d6d20d;text-decoration:none;font-family:"微软雅黑";cursor:pointer/*设定鼠标的形状为一只伸出食指的手*/;}
a:hover{color:#d6d20d;}
b,i{font-style:normal;}

input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.f-en{text-transform: uppercase;}
.clear{clear:both;height:1px;width:100%; overflow:hidden; margin-top:-1px;}
/*reset*/


.animated .s_t1{visibility:visible;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated .s_t2{visibility:visible;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.animated .s_up {-webkit-animation-name:fadeInUp;animation-name:fadeInUp;}
.animated .s_left {-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft;}
.animated .s_right {-webkit-animation-name:fadeInRight;animation-name:fadeInRight;}
.animated .s_down {-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
.animated .s_r{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}
.animated .s_d{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}
.animated .s_b{-webkit-animation-name:bounceIn;animation-name:bounceIn}
.animated .s_bo{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}

/**背景图片**/
.parallax {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/**文字列表A**/
.txta_{}
.txta_ ul{}
.txta_ ul li{height:25px; line-height:25px; background:url(../img/dian.gif) no-repeat left center; padding-left:10px;}
.txta_ ul li a{ font-size:12px; color:#555;}
.txta_ ul li a:hover{ color:#000000; text-decoration:underline;}

/**文字列表B**/
.txtb_{}
.txtb_ ul{}
.txtb_ ul li{height:40px; line-height:40px; background:url(../img/dian.gif) no-repeat left center; padding-left:10px; border-bottom:1px dashed #ddd;}
.txtb_ ul li span{float:right; color:#999;}
.txtb_ ul li a{ font-size:14px; color:#555;}
.txtb_ ul li a:hover{ color:#000000; text-decoration:underline;}

/**文字列表C**/
.txtc_{}
.txtc_ dl{}
.txtc_ dl dt{}
.txtc_ dl dt a{font-size:16px; color:#000;}
.txtc_ dl .bar{ color:#999; font-size:12px; margin:10px 0 5px 0;}
.txtc_ dl .des{ line-height:21px; color:#FFF;  background:#444; padding:5px 10px 5px 10px; margin-bottom:25px;}



/**图文列表A**/
.imga_{}
.imga_ ul{}
.imga_ ul li{ margin-bottom:25px; border-bottom:1px dashed #ddd; padding-bottom:25px;}
.imga_ ul li a.aimg{ display:block; float:left; margin-right:15px; border:1px solid #ddd; padding:3px;}
.imga_ ul li a.aimg:hover{ border:1px solid #F90; background: #F90;}
.imga_ ul li a.aimg img{ width:150px; height:150px;}
.imga_ ul li h2{font-weight:normal;}
.imga_ ul li h2 a{ font-size:16px; font-family:"微软雅黑"; color:#222;}
.imga_ ul li h2 a:hover{color:#000; text-decoration:underline;}
.imga_ ul li h2 span{ color:#888; font-family:"微软雅黑"; font-size:12px; float:right;}
.imga_ ul li p{ line-height:20px; color:#666; padding-top:10px;padding-bottom:10px;}
.imga_ ul li .more{ display:block; height:25px; line-height:25px; background:#eee; width:90px; text-align:center; float:left;}
.imga_ ul li .more:hover{ background:#aaa; color:#fff;}

/**图文列表B**/
.imgb_{}
.imgb_ ul{}
.imgb_ ul li{ float:left; margin-bottom:20px; margin-right:10px;}
.imgb_ ul li a.aimg{display:block;}
.imgb_ ul li a.aimg:hover{}
.imgb_ ul li a.aimg img{ width:150px; height:150px;}
.imgb_ ul li a.atit{ display:block; margin-top:15px; text-align:center;}
.imgb_ ul li a.atit:hover{ color:#000; text-decoration:underline;}

/**图文列表C**/
.imgc_{}
.imgc_ dl{}
.imgc_ dl dt{ float:left; margin-right:15px;}
.imgc_ dl dt a img{ width:150px; height:150px;}
.imgc_ dl .tit{ }
.imgc_ dl .tit a{font-size:16px; color: #039;}
.imgc_ dl .bar{ color:#999; font-size:12px; margin:10px 0 5px 0;}
.imgc_ dl .des{ line-height:21px; color:#555;  padding:5px 10px 5px 10px; margin-bottom:25px; }


/**表单1**/
.forma_{ }
.forma_ form{}
.forma_ p{ line-height:22px; margin-bottom:8px; color:#666666; font-size:14px;}
.forma_ p em{ color:#F00; font-weight:bold; margin-left:8px;}
.forma_ .inputtext{ height:32px; line-height:32px; padding:0 8px; border:1px solid #ccc; background:#fff;outline:none;/**去除选中**/ }
.forma_ .inputtext:hover{}
.forma_ .inputtextarea{ height:90px; background:#fff; border:1px solid #ccc;outline:none;resize:none;/**去除可缩放按钮**/ line-height:19px; padding:3px 0 0 3px;}
.forma_ .inputbtn{ height:35px; width:210px; background:#112a6c; color:#fff; border:none; font-size:16px;}
.forma_ .inputbtn2{ height:35px; width:210px; background:#eee; border:none;text-indent:-9999px;}

/**表单2**/
.formb_{}
.formb_ form{}
.formb_ p{margin-bottom:8px; color:#666666; position:relative; padding-left:55px;}
.formb_ p label{ position:absolute; left:0; top:4px; text-align:right; width:50px;_left:-53px;}
.formb_ p em{ color:#F00; font-weight:bold; margin-left:8px;}
.formb_ .inputtext{ height:25px; line-height:25px; padding:0 5px; border:1px solid #aaa; background:#fff;outline:none;/**去除选中**/}
.formb_ .inputtext:hover{}
.formb_ .inputtextarea{ height:90px;  background:#fff; border:1px solid #aaa;outline:none;resize:none;/**去除可缩放按钮**/ line-height:19px; padding:3px 0 0 3px; overflow:hidden;overflow-x:none; overflow-y:}
.formb_ .inputbtn{ height:25px; width:90px; background:#aaa; border:none;text-indent:-9999px;}
.formb_ .inputbtn2{ height:25px; width:90px; background:#eee; border:none;text-indent:-9999px;}

/**内容区域**/
.article_{}
.article_ h1{ font-size:25px; font-family:"微软雅黑"; margin:25px 0; text-align:center;}
.article_ .arcbar{ text-align:center; font-size:12px; color:#666; margin-bottom:20px;}
.article_ .arcdesp{ line-height:23px; color:#444; padding:8px 10px; border:1px solid #ddd;}
.article_ .arccont{line-height:28px;font-size:14px;}
.article_ .arccont p{ font-size:14px; line-height:28px; text-indent:2em; margin-bottom:20px;}



/**招聘**/
.job{}
.job dl{}
.job dt{ background:#eee; padding:15px 0 15px 25px; font-size:16px; font-family:"微软雅黑"; margin-bottom:20px;}
.job dt a{ float:right; margin-right:15px;} 
.job dd{ line-height:22px; color:#666; padding:10px 10px 30px 10px; font-size:14px; line-height:25px;}
.job dd .job_date{ display:block; color:#112a6c; margin-top:10px;}

.formc_{}
.formc_ form{}
.formc_ p{margin-bottom:8px; color:#666666; position:relative; padding-left:55px;}
.formc_ p label{ position:absolute; left:0; top:4px; text-align:right; width:50px;_left:-53px;}
.formc_ p em{ color:#F00; font-weight:bold; margin-left:8px;}
.formc_ .inputtext{ height:22px; line-height:22px; padding:0 5px; border:1px solid #aaa; background:#f2f2f2;outline:none;/**去除选中**/}
.formc_ .inputtext:hover{}
.formc_ .inputtextarea{ height:90px;  background:#f2f2f2; border:1px solid #aaa;outline:none;resize:none;/**去除可缩放按钮**/ line-height:19px; padding:3px 0 0 3px; overflow:hidden;overflow-x:none; overflow-y:}
.formc_ .inputbtn{ height:25px; width:90px; background:#aaa; border:none;text-indent:-9999px;}
.formc_ .inputbtn2{ height:25px; width:90px; background:#eee; border:none;text-indent:-9999px;}

/**产品内容页**/
.pro_{ width:700px;}
.pro_ .pr_l{ float:left; width:200px; height:200px;}
.pro_ .pr_r{ float:left; margin-left:25px; width:200px; margin-bottom:30px;}
.pro_ .pr_r p{line-height:25px; position:relative; padding-left:65px;}
.pro_ .pr_r p span{ display:block; position:absolute; left:0; color:#666666;}
.pro_ .pr_b{ clear:both;}
.pro_ .pr_b .h2{ font-family:"微软雅黑"; color:#333333; border-bottom:1px solid #aaa; padding:5px 0 0 10px;}




/***border***/
.bors000{ border:1px solid #000;}
.bors333{ border:1px solid #333;}
.bors666{ border:1px solid #666;}
.bors999{ border:1px solid #999;}
.borsaaa{ border:1px solid #aaa;}
.borsccc{ border:1px solid #ccc;}
.borseee{ border:1px solid #eee;}

/***border***/
.bord000{ border:1px dashed #000;}
.bord333{ border:1px dashed #333;}
.bord666{ border:1px dashed #666;}
.bord999{ border:1px dashed #999;}
.bordaaa{ border:1px dashed #aaa;}
.bordccc{ border:1px dashed #ccc;}
.bordeee{ border:1px dashed #eee;}

/***border-radius***/
.border-r1{ border-radius:1px;}
.border-r2{ border-radius:2px;}
.border-r3{ border-radius:3px;}
.border-r4{ border-radius:4px;}
.border-r5{ border-radius:5px;}
.border-r6{ border-radius:6x;}
.border-r7{ border-radius:7px;}
.border-r8{ border-radius:8px;}
.border-r9{ border-radius:9px;}
.border-r10{ border-radius:10px;}
.border-r11{ border-radius:11px;}
.border-r12{ border-radius:12px;}
.border-r13{ border-radius:13px;}
.border-r14{ border-radius:14px;}
.border-r15{ border-radius:15px;}


/***margin***/
.mar0a{ margin:0 auto;}

.mar0{ margin:0;}
.mar5{ margin:5px;}
.mar10{ margin:10px;}
.mar15{ margin:15px;}
.mar20{ margin:20px;}
.mar25{ margin:25px;}
.mar30{ margin:30px;}
.mar35{ margin:35px;}
.mar40{ margin:40px;}
.mar50{ margin:50px;}
.mar60{ margin:60px;}
.mar80{ margin:80px;}

.mt0{ margin-top:0px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.mt15{ margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25{ margin-top:25px;}
.mt30{ margin-top:30px;}
.mt35{ margin-top:35px;}
.mt40{ margin-top:40px;}
.mt50{ margin-top:50px;}
.mt60{ margin-top:60px;}
.mt70{ margin-top:70px;}
.mt80{ margin-top:80px;}
.mt100{ margin-top:100px;}

.mr0{margin-right:0px;}
.mr5{ margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr25{margin-right:25px;}
.mr30{margin-right:30px;}
.mr35{margin-right:35px;}
.mr40{margin-right:40px;}
.mr45{margin-right:45px;}
.mr50{margin-right:50px;}
.mr60{margin-right:60px;}
.mr70{margin-right:70px;}
.mr80{margin-right:80px;}
.mr100{margin-right:100px;}


.mb0{ margin-bottom:0;}
.mb5{ margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb25{margin-bottom:25px;}
.mb30{margin-bottom:30px;}
.mb35{margin-bottom:35px;}
.mb40{margin-bottom:40px;}
.mb45{margin-bottom:45px;}
.mb50{margin-bottom:50px;}
.mb60{margin-bottom:60px;}
.mb70{margin-bottom:70px;}
.mb80{margin-bottom:80px;}
.mb100{margin-bottom:100px;}

.ml0{ margin-left:0px;}
.ml5{ margin-left:5px;}
.ml10{ margin-left:10px;}
.ml15{ margin-left:15px;}
.ml20{ margin-left:20px;}
.ml25{ margin-left:25px;}
.ml30{ margin-left:30px;}
.ml35{ margin-left:35px;}
.ml40{ margin-left:40px;}
.ml45{ margin-left:45px;}
.ml50{ margin-left:50px;}
.ml60{ margin-left:60px;}
.ml70{ margin-left:70px;}
.ml80{ margin-left:80px;}
.ml100{ margin-left:100px;}

/***padding***/
.pad0{ padding:0;}
.pad5{ padding:5px;}
.pad10{ padding:10px;}
.pad15{ padding:15px;}
.pad20{ padding:20px;}
.pad25{ padding:25px;}
.pad30{ padding:30px;}
.pad35{ padding:35px;}
.pad40{ padding:40px;}
.pad50{ padding:50px;}
.pad60{ padding:60px;}


.pt0{ padding-top:0px;}
.pt5{ padding-top:5px;}
.pt10{ padding-top:10px;}
.pt15{ padding-top:15px;}
.pt20{ padding-top:20px;}
.pt25{ padding-top:25px;}
.pt30{ padding-top:30px;}
.pt35{ padding-top:35px;}
.pt40{ padding-top:40px;}
.pt50{ padding-top:50px;}
.pt60{ padding-top:60px;}

.pr0{padding-right:0px;}
.pr5{ padding-right:5px;}
.pr10{padding-right:10px;}
.pr15{padding-right:15px;}
.pr20{padding-right:20px;}
.pr25{padding-right:25px;}
.pr30{padding-right:30px;}
.pr35{padding-right:35px;}
.pr40{padding-right:40px;}
.pr45{padding-right:45px;}
.pr50{padding-right:50px;}
.pr60{padding-right:60px;}

.pb0{ padding-bottom:0;}
.pb5{ padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb15{padding-bottom:15px;}
.pb20{padding-bottom:20px;}
.pb25{padding-bottom:25px;}
.pb30{padding-bottom:30px;}
.pb35{padding-bottom:35px;}
.pb40{padding-bottom:40px;}
.pb45{padding-bottom:45px;}
.pb50{padding-bottom:50px;}
.pb60{padding-bottom:60px;}

.pl0{ padding-left:0px;}
.pl5{ padding-left:5px;}
.pl10{ padding-left:10px;}
.pl15{ padding-left:15px;}
.pl20{ padding-left:20px;}
.pl25{ padding-left:25px;}
.pl30{ padding-left:30px;}
.pl35{ padding-left:35px;}
.pl40{ padding-left:40px;}
.pl45{ padding-left:45px;}
.pl50{ padding-left:50px;}
.pl60{ padding-left:60px;}

/***line-height***/
.line12{ line-height:12px;}
.line16{ line-height:16px;}
.line18{ line-height:18px;}
.line20{ line-height:20px;}
.line23{ line-height:23px;}
.line24{ line-height:24px;}
.line25{ line-height:25px;}
.line30{ line-height:30px;}
.line35{ line-height:35px;}
.line40{ line-height:40px;}
.line45{ line-height:45px;}
.line50{ line-height:50px;}
.line55{ line-height:55px;}
.line60{ line-height:60px;}

/***float***/
.fl{ float:left;}
.fr{ float:right;}

/***color***/
.colorfff{ color:#fff;}
.color111{ color:#111;}
.color222{ color:#222;}
.color333{ color:#333;}
.color444{ color:#444;}
.color555{ color:#555;}
.color666{ color:#666;}
.color777{ color:#777;}
.color888{ color:#888;}
.color999{ color:#999;}
.color000{ color:#000;}
.colorf7{ color:#f7f7f7;}
.colorred{ color:#ff0000;}
.coloryellow{ color:#F60;}
.colorblue{ color:#06C;}

/***font***/
.font9{ font-size:9px;}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font22{ font-size:22px;}
.font24{ font-size:24px;}
.font26{ font-size:26px;}
.font28{ font-size:28px;}
.font30{ font-size:30px;}
.font32{ font-size:32px;}
.font34{ font-size:34px;}
.font36{ font-size:36px;}
.font38{ font-size:38px;}
.font40{ font-size:40px;}
.font50{ font-size:50px;}

.fontwb{ font-weight:bold;}
.fontwn{ font-weight:normal;}

.fontw{ font-family: "微软雅黑";}
.fonts{ font-family: "宋体";}

/***align***/
.tac{text-align:center;}
.tar{ text-align:right;}
.tal{ text-align:left;}

/****diplay*****/
.disb{ display:block;}
.disn{ display:none;}
.disi{ display:inline;}

/***position****/
.posa{ position:absolute;}
.posr{ position:relative;}
.posf{ position:fixed;}

/**P**/
.pline20 p{ line-height:20px;}
.pline23 p{ line-height:23px;}
.pline25 p{ line-height:25px;}
.pline30 p{ line-height:30px;}
.pline35 p{ line-height:35px;}
.pline40 p{ line-height:40px;}

/***height***/
.h1{ height:10px;}
.h2{ height:20px;}
.h3{ height:30px;}
.h4{ height:40px;}
.h5{ height:50px;}
.h6{ height:60px;}
.h7{ height:70px;}
.h8{ height:80px;}
.h9{ height:90px;}
.h10{ height:100px;}
.h11{ height:110px;}
.h12{ height:120px;}
.h13{ height:130px;}
.h14{ height:140px;}
.h15{ height:150px;}
.h16{ height:160px;}
.h17{ height:170px;}
.h18{ height:180px;}
.h19{ height:190px;}
.h20{ height:200px;}
.h21{ height:210px;}
.h22{ height:220px;}
.h23{ height:230px;}
.h24{ height:240px;}
.h25{ height:250px;}
.h26{ height:260px;}
.h27{ height:270px;}
.h28{ height:280px;}
.h29{ height:290px;}
.h30{ height:300px;}
.h31{ height:310px;}
.h32{ height:320px;}
.h33{ height:330px;}
.h34{ height:340px;}
.h35{ height:350px;}
.h36{ height:360px;}
.h37{ height:370px;}
.h38{ height:380px;}
.h39{ height:390px;}
.h40{ height:400px;}
.h41{ height:410px;}
.h42{ height:420px;}
.h43{ height:430px;}
.h44{ height:440px;}
.h45{ height:450px;}
.h46{ height:460px;}
.h47{ height:470px;}
.h48{ height:480px;}
.h49{ height:490px;}
.h50{ height:500px;}
.h51{ height:510px;}
.h52{ height:520px;}
.h53{ height:530px;}
.h54{ height:540px;}
.h55{ height:550px;}
.h56{ height:560px;}
.h57{ height:570px;}
.h58{ height:580px;}
.h59{ height:590px;}
.h60{ height:600px;}
.h61{ height:610px;}
.h62{ height:620px;}
.h63{ height:630px;}
.h64{ height:640px;}
.h65{ height:650px;}
.h66{ height:660px;}
.h67{ height:670px;}
.h68{ height:680px;}
.h69{ height:690px;}
.h70{ height:700px;}
.h71{ height:710px;}
.h72{ height:720px;}
.h73{ height:730px;}
.h74{ height:740px;}
.h75{ height:750px;}
.h76{ height:760px;}
.h77{ height:770px;}
.h78{ height:780px;}
.h79{ height:790px;}
.h80{ height:80px;}
.h81{ height:810px;}
.h82{ height:820px;}
.h83{ height:830px;}
.h84{ height:840px;}
.h85{ height:850px;}
.h86{ height:860px;}
.h87{ height:870px;}
.h88{ height:880px;}
.h89{ height:890px;}
.h90{ height:900px;}
.h91{ height:910px;}
.h92{ height:920px;}
.h93{ height:930px;}
.h94{ height:940px;}
.h95{ height:950px;}
.h96{ height:960px;}
.h97{ height:970px;}
.h98{ height:980px;}
.h99{ height:990px;}
.h100{ height:1000px;}
.hp100{ height: 100%;}
.ha{ height: auto;}

/***width***/
.w1{ width:10px;}
.w2{ width:20px;}
.w3{ width:30px;}
.w4{ width:40px;}
.w5{ width:50px;}
.w6{ width:60px;}
.w7{ width:70px;}
.w8{ width:80px;}
.w9{ width:90px;}
.w10{ width:100px;}
.w11{ width:110px;}
.w12{ width:120px;}
.w13{ width:130px;}
.w14{ width:140px;}
.w15{ width:150px;}
.w16{ width:160px;}
.w17{ width:170px;}
.w18{ width:180px;}
.w19{ width:190px;}
.w20{ width:200px;}
.w21{ width:210px;}
.w22{ width:220px;}
.w23{ width:230px;}
.w24{ width:240px;}
.w25{ width:250px;}
.w26{ width:260px;}
.w27{ width:270px;}
.w28{ width:280px;}
.w29{ width:290px;}
.w30{ width:300px;}
.w31{ width:310px;}
.w32{ width:320px;}
.w33{ width:330px;}
.w34{ width:340px;}
.w35{ width:350px;}
.w36{ width:360px;}
.w37{ width:370px;}
.w38{ width:380px;}
.w39{ width:390px;}
.w40{ width:400px;}
.w41{ width:410px;}
.w42{ width:420px;}
.w43{ width:430px;}
.w44{ width:440px;}
.w45{ width:450px;}
.w46{ width:460px;}
.w47{ width:470px;}
.w48{ width:480px;}
.w49{ width:490px;}
.w50{ width:500px;}
.w51{ width:510px;}
.w52{ width:520px;}
.w53{ width:530px;}
.w54{ width:540px;}
.w55{ width:550px;}
.w56{ width:560px;}
.w57{ width:570px;}
.w58{ width:580px;}
.w59{ width:590px;}
.w60{ width:600px;}
.w61{ width:610px;}
.w62{ width:620px;}
.w63{ width:630px;}
.w64{ width:640px;}
.w65{ width:650px;}
.w66{ width:660px;}
.w67{ width:670px;}
.w68{ width:680px;}
.w69{ width:690px;}
.w70{ width:700px;}
.w71{ width:710px;}
.w72{ width:720px;}
.w73{ width:730px;}
.w74{ width:740px;}
.w75{ width:750px;}
.w76{ width:760px;}
.w77{ width:770px;}
.w78{ width:780px;}
.w79{ width:790px;}
.w80{ width:80px;}
.w81{ width:810px;}
.w82{ width:820px;}
.w83{ width:830px;}
.w84{ width:840px;}
.w85{ width:850px;}
.w86{ width:860px;}
.w87{ width:870px;}
.w88{ width:880px;}
.w89{ width:890px;}
.w90{ width:900px;}
.w91{ width:910px;}
.w92{ width:920px;}
.w93{ width:930px;}
.w94{ width:940px;}
.w95{ width:950px;}
.w96{ width:960px;}
.w97{ width:970px;}
.w98{ width:980px;}
.w99{ width:990px;}
.w100{ width:1000px;}
.w120{ width:1200px;}
.w108{ width:1080px;}
.w192{ width:1920px;}
.wp100{ width: 100%;}
.maxw120{ max-width: 1200px;}
.maxw100{ max-width: 1000px;}
.minw120{ min-width: 1200px;}
.minw100{ min-width: 1000px;}

/* module 模块
----------------------------------------------------*/
.dp{display: block;}

/* 表单 */
.m-form {padding: 0 0 10px 0}
.m-form legend{font-size: 20px;color: #444;padding-bottom: 8px;}
.m-form .btn{width: 100%;border-radius: 0;padding:9px 10px;margin-top:0;border:1px solid #cb1622;background: inherit;color: #cb1622;}
.m-form .btn { transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
.m-form .btn-default:focus,
.m-form .btn-default.focus{color: #fff; opacity: 0.8}
.m-form .btn-default:hover{color: #fff; opacity: 0.8;border-color:#cb1622;background-color: #cb1622;}
.m-form .btn[type='reset']{background-color: #797979;border:1px solid #797979;}

.form-label{display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: normal;font-size: 14px} /*input label：<label class="control-label" for="name">Input with success</label>*/
.form-control {
  box-sizing:border-box;
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #f5f5f5; /*#f1f1f1;*/
  background-image: none;
  border-radius: 5px; /*4px;*/

  border: 1px solid #eae7e7;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);

  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  height: 36px; margin-bottom: 15px;
}
control:focus{border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6); box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);}
.form-control::-moz-placeholder{color: #999; opacity: 1;}
.form-control:-ms-input-placeholder{color: #999;}
.form-control::-webkit-input-placeholder{color: #999;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control{background-color: #eee; opacity: 1;}
.form-control[disabled],
fieldset[disabled] .form-control{cursor: not-allowed;}
input[type="search"]{-webkit-appearance: none;}

@media (min-width: 768px){
  .form-inline .form-group {
      /*定义*/
      width: 100%;
      border-bottom: 1px solid #eae7e7;
      border-left: 1px solid #eae7e7;
      padding: 10px 0;
      /*默认*/
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle;
  }
  .form-inline .form-control {
    /*默认*/
      display: inline-block;
      width: auto;
      vertical-align: middle;
      /*定义*/
      width: 60%
  }
  .form-inline .form-label{
      padding-left: 15px;
      width: 86px;
      text-align: left;
  }
  .form-num{	       
      width: 30%;
      text-align: left; 
  }
  
  select.form-control {
      /*margin-left: -4px;*/
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {margin-bottom: 15px;}
.radio,
.checkbox{position: relative; display: block; margin-top: 10px; margin-bottom: 10px;}
.radio label,
.checkbox label{min-height: 20px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer;}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"]{position: absolute; margin-top: 4px \9; margin-left: -20px;}
.radio + .radio,
.checkbox + .checkbox{margin-top: -5px;}
.radio-inline,
.checkbox-inline{position: relative; display: inline-block; padding-left: 20px; margin-bottom: 0; font-weight: normal; vertical-align: middle; cursor: pointer;}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline{margin-top: 0; margin-left: 10px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"]{cursor: not-allowed;}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline{cursor: not-allowed;}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label{cursor: not-allowed;}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label{color: #3c763d;}
.has-success .form-control{border-color: #3c763d; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-success .form-control:focus{border-color: #2b542c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;}
.has-success .input-group-addon{color: #3c763d; background-color: #dff0d8; border-color: #3c763d;}
.has-success .form-control-feedback{color: #3c763d;}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control{border-color: #8a6d3b; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-warning .form-control:focus{border-color: #66512c; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;}
.has-warning .input-group-addon{color: #8a6d3b; background-color: #fcf8e3; border-color: #8a6d3b;}
.has-warning .form-control-feedback{color: #8a6d3b;}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control{border-color: #a94442; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);}
.has-error .form-control:focus{border-color: #843534; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483; box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;}
.has-error .input-group-addon{color: #a94442; background-color: #f2dede; border-color: #a94442;}
.has-error .form-control-feedback{color: #a94442;}
.has-feedback label ~ .form-control-feedback{top: 25px;}
.has-feedback label.sr-only ~ .form-control-feedback{top: 0;}
.help-block{display: block; margin-top: 5px; margin-bottom: 10px; color: #737373;}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #fff;  
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #fff;
}

/* 简易数据表格-格边框 */
.m-table{table-layout:fixed;width:100%;line-height:1.5;}
.m-table th,.m-table td{padding:10px;border:1px solid #e8e8e8; text-align:center;}
.m-table th{font-weight:bold;}
.m-table tbody tr:nth-child(2n){background:#fafafa;}
.m-table tbody tr:hover{background:#e4f4e9;}
.m-table tbody tr:nth-child(2n):hover{background:#fff;}
.m-table .cola{width:100px;}
.m-table .colb{width:200px;}
/* 简易数据表格-行边框*/
.m-table-row th,.m-table-row td{border-width:0 0 1px;}
/* 简易数据表格-圆角*/
.m-table-rds{border-collapse:separate;border:1px solid #ddd;border-width:0 1px 1px 0;border-radius:5px;}
.m-table-rds th,.m-table-rds td{border-width:1px 0 0 1px;}
.m-table-rds > :first-child > :first-child > :first-child{border-top-left-radius:5px;}
.m-table-rds > :first-child > :first-child > :last-child{border-top-right-radius:5px;}
.m-table-rds > :last-child > :last-child > :first-child{border-bottom-left-radius:5px;}
.m-table-rds > :last-child > :last-child > :last-child{border-bottom-right-radius:5px;}


/* unit 元件
----------------------------------------------------*/

.btn{display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.42857143; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; border-radius: 4px;}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus{outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px;}
.btn:hover,
.btn:focus,
.btn.focus{color: #333; text-decoration: none;}
.btn:active,
.btn.active{background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn{cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65;}
a.btn.disabled,
fieldset[disabled] a.btn{pointer-events: none;}
.btn-default{color: #333; background-color: #fff; border-color: #ccc;}
.btn-default:focus,
.btn-default.focus{color: #333; background-color: #e6e6e6; border-color: #8c8c8c;}
.btn-default:hover{color: #333; background-color: #e6e6e6; border-color: #adadad;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{color: #333; background-color: #e6e6e6; border-color: #adadad;}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus{color: #333; background-color: #d4d4d4; border-color: #8c8c8c;}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default{background-image: none;}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active{background-color: #fff; border-color: #ccc;}
.btn-default .badge{color: #fff; background-color: #333;}



/* functions 函数
----------------------------------------------------*/
.f-cb:after,.f-cbli li:after{display:block;clear:both;visibility:hidden;height:0;overflow:hidden;content:".";}
.f-cb,.f-cbli li{zoom:1;}
.f-ib{display:inline-block;*display:inline;*zoom:1;}
.f-dn{display:none;}
.f-db{display:block;}
.f-fl{float:left;}
.f-fr{float:right;}
.f-pr{position:relative;}
.f-prz{position:relative;zoom:1;}
.f-pa{position:absolute;}
.f-oh{overflow:hidden;}
.f-ff0{font-family:arial,\5b8b\4f53;}
.f-ff1{font-family:"Microsoft YaHei",\5fae\8f6f\96c5\9ed1,arial,\5b8b\4f53;}
.f-fs1{font-size:12px;}
.f-fs2{font-size:14px;}
.f-fwn{font-weight:normal;}
.f-fwb{font-weight:bold;}
.f-tal{text-align:left;}
.f-tac{text-align:center!important;}
.f-tar{text-align:right;}
.f-taj{text-align:justify;text-justify:inter-ideograph;}
.f-vam,.f-vama *{vertical-align:middle;}
.f-wsn{word-wrap:normal;white-space:nowrap;}
.f-pre{overflow:hidden;text-align:left;white-space:pre-wrap;word-wrap:break-word;word-break:break-all;}
.f-wwb{white-space:normal;word-wrap:break-word;word-break:break-all;}
.f-ti{overflow:hidden;text-indent:-30000px;}
.f-ti2{text-indent:2em;}
.f-lhn{line-height:normal;}
.f-tdu,.f-tdu:hover{text-decoration:underline;}
.f-tdn,.f-tdn:hover{text-decoration:none;}
.f-toe{overflow:hidden;word-wrap:normal;white-space:nowrap;text-overflow:ellipsis;}
.f-csp{cursor:pointer;}
.f-csd{cursor:default;}
.f-csh{cursor:help;}
.f-csm{cursor:move;}
.f-usn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none;}
.f-cen{margin:0 auto;}
.small{font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large{font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.overflow{text-indent:-9999px;font-size:0;line-height:0;}
.overflow a{display:block;width:100%;height:100%;}